home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / ssaver2x.arj / POLYLINE.DEF < prev    next >
Text File  |  1994-01-06  |  803b  |  26 lines

  1. ;
  2. ;    polylines.def
  3. ;    Polylines saver module definition file
  4. ;    (C) 1993 Toniolo Emanuele
  5. ;
  6.  
  7. ;    $$$$$ change code here $$$$$
  8. ;    Between the keywords LIBRARY and INITGLOBAL, insert the file(!) name
  9. ;    of your new module. It must be exactly the same name as the one of
  10. ;    the resulting *.ssm file; if it is not, OS/2 will refuse to load the
  11. ;    file.
  12. ;    If you want to be able to use the file on a FAT drive, make sure the
  13. ;    name does not exceed 8 characters.
  14. ;    After the DESCRIPTION keyword, you can add a comment or copyright
  15. ;    string or something like that.
  16. ;    Do not change the rest of the file (the DATA and EXPORTS sections).
  17. ;
  18. LIBRARY     polyline INITINSTANCE TERMINSTANCE
  19. DESCRIPTION    'Polylines ScreenSaver module  (C) 1993 Toniolo Emanuele'
  20.  
  21. DATA    SINGLE SHARED
  22. EXPORTS
  23.     SAVER_PROC
  24.  
  25.  
  26.